# NOT RUN {
library(SDEFSR)
#Apply filter by unusualness
habermanRules[Unusualness > 0.05]
#Also, you can make the filter as complex as you can
#Filter by Unusualness and TPr
habermanRules[Unusualness > 0.05 & TPr > 0.9]
# }
Run the code above in your browser using DataLab